sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
core
/
androidx.core.os
/
[main]MessageCompat
Message
Compat
class
MessageCompat
(
source
)
Helper for accessing features in
Message
.
Members
Functions
is
Asynchronous
Link copied to clipboard
open
fun
isAsynchronous
(
@
NonNull
message
:
Message
)
:
Boolean
Returns true if the message is asynchronous, meaning that it is not subject to
Looper
synchronization barriers.
set
Asynchronous
Link copied to clipboard
open
fun
setAsynchronous
(
@
NonNull
message
:
Message
,
async
:
Boolean
)
Sets whether the message is asynchronous, meaning that it is not subject to
Looper
synchronization barriers.